type runtime.ancestorInfo

8 uses

	runtime (current package)
		proc.go#L5166: func saveAncestors(callergp *g) *[]ancestorInfo {
		proc.go#L5171: 	var callerAncestors []ancestorInfo
		proc.go#L5179: 	ancestors := make([]ancestorInfo, n)
		proc.go#L5186: 	ancestors[0] = ancestorInfo{
		proc.go#L5192: 	ancestorsp := new([]ancestorInfo)
		runtime2.go#L478: 	ancestors     *[]ancestorInfo // ancestor information goroutine(s) that created this goroutine (only used if debug.tracebackancestors)
		runtime2.go#L1033: type ancestorInfo struct {
		traceback.go#L1046: func printAncestorTraceback(ancestor ancestorInfo) {